Math.NET Numerics
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
top
Contents
• History
• Features
• See also
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
History
Math.NET Numerics started 2009 by merging code and teams of dnAnalytics with Math.NET Iridium. It is influenced by ALGLIB, JAMA and Boost, among others, and has accepted numerous code contributions.cite-ref-1[1]cite-ref-2[2] It is part of the Math.NET initiative to build and maintain open mathematical toolkits for the .NET platform since 2002.
Features
The software library provides facilities for:
• Probability distributions: discrete, continuous and multivariate.
• Pseudo-random number generation, including Mersenne Twister MT19937.
• Real and complex linear algebra types and solvers with support for sparse matrices and vectors.
• Matrix IO classes that read and write matrices from/to Matlab and delimited files.
• Complex number arithmetic and trigonometry.
• Interpolation routines, including Barycentric, Floater-Hormann.
• Linear Regression/Curve Fitting routines.
• Numerical Quadrature/Integration.
• Root finding methods, including Brent, Robust Newton-Raphson and Broyden.
• Descriptive Statistics, Order Statistics, Histogram, and Pearson Correlation Coefficient.
• Markov chain Monte Carlo sampling.
• Basic financial statistics.
• Fourier and Hartley transforms (FFT).
• Overloaded mathematical operators to simplify complex expressions.
• Runs under Microsoft Windows and platforms that support Mono.
• Optional support for Intel Math Kernel Library (Microsoft Windows and Linux)
• Optional F# extensions for more idiomatic usage.
See also
References
cite-note-11. ↑ "Math.NET Numerics ReadMe". GitHub.com. Retrieved 2013-05-08.
cite-note-22. ↑ "Math.NET Numerics Contributors". GitHub.com. Retrieved 2013-05-08.
cite-note-33. ↑ "MyMediaLite Recommender System Library". Archived from the original on 2013-06-01. Retrieved 2013-05-08.
cite-note-44. ↑ "FermiSim, studying potential solutions to the Fermi paradox via computational simulation of models for space colonisation". 14 January 2011.
cite-note-55. ↑ "Three-Dimensional Model Shape Description and Retrieval Based on LightField Descriptors".
cite-note-77. ↑ citerefschindlberger2011Schindlberger, Michael (2011). Elastic Properties of Growing 2D Foam (M.Sc). University of Zurich.
cite-note-88. ↑ citerefferreiraFerreira, André Filipe Mateus. SoundLog: Make More Noise (M.Sc). Universidade Técnica de Lisboa.
cite-note-99. ↑ citerefmiller2010Miller, Justin (2010). Design of a Wireless Acquisition System for a Digital Stethoscope (B.Sc). University of Southern Queensland.
cite-note-1111. ↑ citerefkrejcarjirkajanckulik2011Krejcar, Ondrej; Jirka, Jakub; Janckulik, Dalibor (2011). "Use of Mobile Phones as Intelligent Sensors for Sound Input Analysis and Sleep State Detection". Sensors. 11 (6): 6037–6055. Bibcode:2011Senso..11.6037K. doi:10.3390/s110606037. ISSN 1424-8220. PMC 3231421. PMID 22163941.
External links